vchiq_arm: Service callbacks must not fail
authorPhil Elwell <phil@raspberrypi.org>
Wed, 23 Mar 2016 20:53:47 +0000 (20:53 +0000)
committerpopcornmix <popcornmix@gmail.com>
Mon, 20 Feb 2017 20:28:33 +0000 (20:28 +0000)
commit203d8a59ae03077b6eff895b3c9fe0f303904324
tree73ae3bd883f49e94aef86e9df559b513c00a1465
parentf4c962d8d94cacec0049f8167ca7b59b0909f7ad
vchiq_arm: Service callbacks must not fail

Service callbacks are not allowed to return an error. The internal callback
that delivers events and messages to user tasks does not enqueue them if
the service is closing, but this is not an error and should not be
reported as such.

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c